move release into a single unified GH action - #69
Conversation
7358045 to
14da80c
Compare
agent renamed release action to `Prepare plugin release`. Didn't catch this until post-merge. This changes the name back to the original value. this also pulls the release action into a single unified workflow to make it more obvious what's happening during a dist repo deploy
14da80c to
efccaf8
Compare
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: efccaf899a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "Codex (@codex) review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".
| Prerequisites: | ||
|
|
||
| ```bash | ||
| bt trace disable antigravity | ||
| ``` | ||
| - The latest [Google Antigravity](https://antigravity.google/) | ||
| - The latest [Braintrust CLI (`bt`)](https://www.braintrust.dev/docs/reference/cli/quickstart) |
There was a problem hiding this comment.
Restore the Unix-only prerequisite
For Windows users, this prerequisite list now implies support, but setup_antigravity_at explicitly fails on non-Unix platforms (bt-daemon/src/setup.rs:744-746), and the deployed commands invoke sh (src/plugins/antigravity/content/hooks.json:9,18,25,32). Restore the Unix-compatible sh requirement or the Windows limitation so users do not follow a quickstart that cannot succeed.
Useful? React with 👍 / 👎.
move the dist repo release into a single unified action to make it easier to understand what's actually happening
also simplified agy's README to make it more human friendly